Param3Desc{}CommandName{getMenuItemChecked}HelpPath{Menus}ReturnValue{bool checked=}OpenBrace{(}Parameters{handle menu, int item}CloseBrace{)}Description{Retrieves the checked/unchecked status of a menu item.}ReturnDescription{0 if the item is unchecked, 1 if the item is checked.}Param1{menu}Param1Desc{Handle of a menu}Param2{item}Param2Desc{Number of the menu item you want to examine, this is the number you assigned to the item with addMenuItem}